Results 1 to 4 of 4

Thread: Mefy Location Creator Issue

  1. #1

    Default Mefy Location Creator Issue

    Having a problem with the Location Creator from Mefy used to add locations for FreezeTag.

    Here's the error I'm getting when I try to set g_bspcompile 1 on any stock map that already has entries for the mapdesc.scr,

    No sector volumes defined. Compiling halted.

    The download can be found here:http://www.mohaaaa.co.uk/AAAAMOHAA/c...ations-creator

    The TMT post:http://www.modtheater.com/threads/fr...ion-mod.35493/

    I've followed the instructions word for word. I see the coordinates on the bottom of my screen like I'm supposed to, but I never get any results when changing the g_bspcompile cvar to 1. I'm not entirely sure the purpose of that feature, but I can't get it to work and I'd appreciate any help.

    Thanks all.

  2. #2

    Default

    You get that error because you dont have any sector of the map created.

  3. #3

    Default

    haha, um.. Thanks, double. I understand there is an error caused by the lack of a sector according to the script. Unfortunately, the map has sectors and they are functioning, I see the sectors being listed when I float in free spec. I'm just testing this on Southern France and the Hunt and it doesn't work. What do I need to do to "have sectors"

  4. #4

    Default

    To put him working you have to comment this line:
    setup_new_bsp local.map:
    	level.map_volumes[0] = NIL
    	//local.map = "MP_Ardennes_DM" <------ This line
    	/*
    	if (local.map == "obj_team4")
    	{
    		local.map = "mohdm4"
    	}
    	*/
    	waitthread ("setup_new_bsp_" + local.map)
    
    //	waitthread setup_test_bsp_2
    end


    but to create locations to a new map you have to remove the comment of the line and put the map you whant.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •